home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IIS5_01.CAB / IIS_iiwizsec.dat < prev    next >
Encoding:
Text File  |  1998-05-12  |  570 b   |  17 lines

  1. <input type="hidden" name="ADSPath" value="<%= Session("ADSPath") %>">            
  2.  
  3. <% if iThisPage <= LAST then %>
  4.     
  5.     <!-- Hidden Fields for persistence -->
  6.     <% if iThisPage <> HOW then %>
  7.         <input type="hidden" name="HowSet" value = "<%= Request("HowSet") %>">            
  8.     <% end if %>
  9.     <% if iThisPage <> TEMPLATE then %>
  10.             <input type="hidden" name="Template" value = "<%= Request("Template") %>">                                                        
  11.     <% end if %>
  12.     <% if iThisPage <> ACL then %>
  13.         <input type="hidden" name="ACLSet" value = "<%= Request("ACLSet") %>">                            
  14.     <% end if %>
  15.  
  16. <% end if %>
  17.